■<html>
<head>
<style>
body{
width:220;
height:120;
}
</style>
<script>
function Senderliste(){
System.Shell.execute(System.Gadget.path + '\\Sender.txt');
}
function Kontakt(){
window.open('http://gallery.live.com/liveItemDetail.aspx?li=7d2851d9-2f75-4564-8159-f1371514ce91');
}
</script>
<tr>
<button style="width:200px;height:24px" align="center" onclick="Senderliste()">Senderliste Σndern</button>
<button style="width:200px;height:24px" align="center" onclick="window.open('http://gallery.live.com/liveItemDetail.aspx?li=7d2851d9-2f75-4564-8159-f1371514ce91')">Updates suchen</button>
<button style="width:200px;height:24px" align="center" onclick="Kontakt()">Kontakt bei Problemen</button>
<a id="copyright">V3.0.2 | Florian Enders ⌐ 2007</a>
</tr>
</head>
</html>